Class symantec.itools.lang.OS
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.lang.OS

Object
   |
   +----symantec.itools.lang.OS

public final class OS
extends Object
This class identifies the operating system that a program is running under.

It does not need to be instantiated by the user.

Version:
1.0, Nov 26, 1996
Author:
Symantec

Method Index

 o isCaseSensitive()
Returns true if file system is case sensitive.
 o isMacintosh()
Returns true if running under the Macintosh operating system.
 o isSolaris()
Returns true if running under the Solaris operating system.
 o isWindows()
Returns true if running under the Windows 95 or Windows NT operating system.
 o isWindows95()
Returns true if running under the Windows 95 operating system.
 o isWindowsNT()
Returns true if running under the Windows NT operating system.

Methods

 o isCaseSensitive
public static boolean isCaseSensitive()
Returns true if file system is case sensitive.

 o isMacintosh
public static boolean isMacintosh()
Returns true if running under the Macintosh operating system.

 o isSolaris
public static boolean isSolaris()
Returns true if running under the Solaris operating system.

 o isWindows
public static boolean isWindows()
Returns true if running under the Windows 95 or Windows NT operating system.

 o isWindows95
public static boolean isWindows95()
Returns true if running under the Windows 95 operating system.

 o isWindowsNT
public static boolean isWindowsNT()
Returns true if running under the Windows NT operating system.


All Packages  Class Hierarchy  This Package  Previous  Next  Index